From: Richard M. Stallman Date: Wed, 6 Nov 2002 05:07:33 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~54674 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=574cb02e5c089296acdd1e4c7f9750a04892c582;p=emacs.git Comment change. --- diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index f175eb8ccbf..f4db8bf1350 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -25,6 +25,10 @@ ;;; Commentary: +;; When the Lisp reader sees `(...), it generates (\` (...)). +;; When it sees ,... inside such a backquote form, it generates (\, ...). +;; For ,@... it generates (\,@ ...). + ;; This backquote will generate calls to the backquote-list* form. ;; Both a function version and a macro version are included. ;; The macro version is used by default because it is faster